text/template.state.tmpl (field)

10 uses

	text/template (current package)
		exec.go#L35: 	tmpl  *Template
		exec.go#L136: 	name := doublePercent(s.tmpl.Name())
		exec.go#L140: 		location, context := s.tmpl.ErrorContext(s.node)
		exec.go#L144: 		Name: s.tmpl.Name(),
		exec.go#L217: 		tmpl: t,
		exec.go#L500: 	tmpl := s.tmpl.Lookup(t.Name)
		exec.go#L511: 	newState.tmpl = tmpl
		exec.go#L672: 	function, isBuiltin, ok := findFunction(name, s.tmpl)
		exec.go#L684: 		if s.tmpl.option.missingKey == mapError { // Treat invalid value as missing map key.
		exec.go#L735: 				switch s.tmpl.option.missingKey {